home *** CD-ROM | disk | FTP | other *** search
- object fHTTP: TfHTTP
- Left = 261
- Top = 223
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'HTTP'
- ClientHeight = 84
- ClientWidth = 297
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object imgHTTP: TImage
- Left = 11
- Top = 7
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- end
- object pnlStatus: TPanel
- Left = 61
- Top = 5
- Width = 228
- Height = 36
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderWidth = 2
- TabOrder = 0
- end
- object btnCancel: TButton
- Left = 215
- Top = 54
- Width = 74
- Height = 25
- Cursor = crArrow
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = btnCancelClick
- end
- object http1: TagHTTP
- DefaultPort = 80
- OnOpen = http1Open
- OnClosed = http1Closed
- OnCancel = http1Cancel
- OnError = http1Error
- OnReceiving = http1Receiving
- OnSending = http1Sending
- Left = 8
- Top = 56
- end
- end
-